Table of Contents
Previous Section
This section discusses using WebScript in the context of a WebObjects application. It includes the following topics:
This section describes where scripts fit in to the overall structure of a WebObjects application.
This simple example is used to illustrate how a script operates within the larger context of a WebObjects application. The Visitors example is a one-page application that takes the name of the current visitor, and displays the most recent visitor as well as the total count of visitors to the page.
This section discusses the global and session variables you declare in an application script, and the transaction and persistent variables you use in a component script.
This section describes how you access variables declared in one script from another.
This section describes how to use the logWithFormat: and trace methods to aid in debugging a WebObjects application.
For a detailed discussion of the structure of a WebObjects application, see Getting Started.